projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23daca
)
* lisp/jsonrpc.el (initialize-instance): Fix closing-paren typo.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 1 May 2020 17:50:03 +0000
(10:50 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 1 May 2020 17:50:22 +0000
(10:50 -0700)
lisp/jsonrpc.el
patch
|
blob
|
history
diff --git
a/lisp/jsonrpc.el
b/lisp/jsonrpc.el
index 69ee94159d7229ea344a996c1a1cebe71ca5b774..696a2daa28678e5e9d7a4dcaa3e8ce4e4ebf3412 100644
(file)
--- a/
lisp/jsonrpc.el
+++ b/
lisp/jsonrpc.el
@@
-407,7
+407,7
@@
connection object, called when the process dies .")
(buffer-disable-undo)
(set-marker (process-mark proc) (point-min))
(let ((inhibit-read-only t)) (erase-buffer) (read-only-mode t)))
- (process-put proc 'jsonrpc-connection conn)))
+ (process-put proc 'jsonrpc-connection conn)))
)
(cl-defmethod jsonrpc-connection-send ((connection jsonrpc-process-connection)
&rest args